diff --git a/documentation/guides/InstallationUbuntuApache.sh b/documentation/guides/InstallationUbuntuApache.sh index 37381611..e3cf0da7 100755 --- a/documentation/guides/InstallationUbuntuApache.sh +++ b/documentation/guides/InstallationUbuntuApache.sh @@ -66,7 +66,7 @@ echo "" wget https://github.com/photo/frontend/tarball/master -O openphoto.tar.gz tar -zxvf openphoto.tar.gz > /dev/null 2>&1 -mv openphoto-frontend-* /var/www/openphoto +mv photo-frontend-* /var/www/openphoto sudo rm openphoto.tar.gz echo ""