Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
Force remount on login
· c66e8564
David Beniamine
authored
Jun 05, 2020
Fix #75
c66e8564
Add script to update
· def2eae7
David Beniamine
authored
Jun 05, 2020
def2eae7
Show whitespace changes
Inline
Side-by-side
remount_shares_on_login.sh
0 → 100755
View file @
def2eae7
#!/bin/bash
DIR
=
`
dirname
$0
`
echo
"Forcing mount restart on login"
sed
-i
-e
's@^#\(session-setup-script=\)@\1 /opt/primtux-eole/mount_shares.sh@'
/etc/lightdm/lightdm.conf
update_configurations.sh
View file @
def2eae7
...
...
@@ -45,3 +45,4 @@ run_script install_catfish.sh
run_script fix_locales.sh
run_script fix_network.sh
run_script fix_fsck.sh
run_script remount_shares_on_login.sh