Skip to content

Commit

Permalink
Linphone cp init script (9 October)
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher-igel committed Oct 9, 2023
1 parent ea73dc2 commit 052fbcb
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ echo "Starting" | $LOGGER
case "$1" in
init)
ln -sv /custom/linphone/userhome/.config/linphone /userhome/.config/linphone
ln -sv /custom/linphone/userhome/Documents/linphone/captures /userhome/Documents/linphone/captures
ln -sv /custom/linphone/userhome/.local/share/linphone/logs /userhome/.local/share/linphone/logs
mkdir -p /userhome/Documents
chown -R user:users /userhome/Documents
ln -sv /custom/linphone/userhome/Documents/linphone /userhome/Documents/linphone
mkdir -p /userhome/.local/share
chown -R user:users /userhome/.local/share
ln -sv /custom/linphone/userhome/.local/share/linphone /userhome/.local/share/linphone

chown -R user:users /custom/linphone/userhome

Expand Down

0 comments on commit 052fbcb

Please sign in to comment.