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