File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,12 +78,14 @@ ss_wget "${TMP_HOVERCRAFT_ZIP}" "${GITHUB_HOVERCRAFT_ZIP}"
7878ss_unzip " ${TMP_HOVERCRAFT_ZIP} " -d /tmp
7979ss_mv /tmp/hovercraft-master /tmp/hovercraft
8080chown -R www-data:www-data /tmp/hovercraft
81- ss_chmod 775 /tmp/hovercraft
81+ find /tmp/hovercraft -type d -print0 | xargs -0 chmod 0775
82+ find /tmp/hovercraft -type f -print0 | xargs -0 chmod 0664
8283ss_mkdir /var/www/html/wp-content/themes/hovercraft
8384ss_rm /var/www/html/wp-content/themes/hovercraft/*
8485ss_rsync /tmp/hovercraft/* /var/www/html/wp-content/themes/hovercraft
8586chown -R www-data:www-data /var/www/html/wp-content/themes/hovercraft
86- ss_chmod 775 /var/www/html/wp-content/themes/hovercraft
87+ find /var/www/html/wp-content/themes/hovercraft -type d -print0 | xargs -0 chmod 0775
88+ find /var/www/html/wp-content/themes/hovercraft -type f -print0 | xargs -0 chmod 0664
8789ss_rm /tmp/hovercraft*
8890ss_rm /tmp/master* .zip*
8991
You can’t perform that action at this time.
0 commit comments