u
This commit is contained in:
@@ -244,8 +244,10 @@ if [ ${operation} == "dots" ] ; then
|
||||
file_name=.xinitrc
|
||||
file_path=/etc/lemurs/wms
|
||||
if [ -f ${file_path}/${file_name} ] ; then
|
||||
echo "softlink exists: ${file_path}/${file_name}"
|
||||
echo ""
|
||||
echo "softlink already exists: ${file_path}/${file_name}"
|
||||
else
|
||||
echo ""
|
||||
echo "creating soft link: ${file_path}/${file_name} ➔ /home/${user}/.xinitrc"
|
||||
ln -s /home/${user}/.xinitrc /etc/lemurs/wms
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user