diff options
author | Fahim | 2016-02-10 14:31:21 +0530 |
---|---|---|
committer | Fahim | 2016-02-10 14:31:21 +0530 |
commit | 263c684283f4d02c1d2367e9720253e68dbaf93d (patch) | |
tree | 7b7122de50ca7cf9122f3bca04e10c42e75c6af0 | |
parent | b8024db69c26ac5901d0b1a3709f13b9c918b09c (diff) | |
download | eSim-263c684283f4d02c1d2367e9720253e68dbaf93d.tar.gz eSim-263c684283f4d02c1d2367e9720253e68dbaf93d.tar.bz2 eSim-263c684283f4d02c1d2367e9720253e68dbaf93d.zip |
Subject: Modified install-linux.sh
Description: Change permission of esim.desktop
-rwxr-xr-x | install-linux.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install-linux.sh b/install-linux.sh index ed22389a..30b9fdc0 100755 --- a/install-linux.sh +++ b/install-linux.sh @@ -176,13 +176,14 @@ function createDesktopStartScript echo "Actions=NewWindow;NewPrivateWindow;" >> esim.desktop - + #Make esim.desktop file executable + sudo chmod 755 esim.desktop #Copy desktop icon file to Desktop cp -vp esim.desktop $HOME/Desktop/eSim #Copying logo.png to .esim directory to access as icon - cp images/logo.png $config_dir + cp -vp images/logo.png $config_dir } #################################################################### |