3642 shaares
69 liens privés
69 liens privés
So I accidentally untar a tarball in /var/www/html/ directory instead of /home/projects/www/current. It created mess in /var/www/html/. The easiest way to fix this mess:
cd /var/www/html/
/bin/rm -f "$(tar ztf /path/to/file.tar.gz)"