We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4582f81 + 3139bea commit c86151fCopy full SHA for c86151f
os2borgerpc/desktop/desktop_toggle_writable.sh
@@ -31,6 +31,9 @@ make_desktop_writable() {
31
chattr -i /home/$USER/$DESKTOP
32
}
33
34
+# Make sure that /home/.skjult/Skrivebord exists as otherwise this script will not work correctly
35
+mkdir --parents /home/.skjult/Skrivebord
36
+
37
# Undo write access removal.
38
# We always do this to prevent adding the same lines multiple times (idempotency)
39
make_desktop_writable
0 commit comments