File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11[ Unreleased]
2+ * Fix incorrect path in newtheme.sh ACTION REQUIRED message
23* .stylelintrc: Change to ` "declaration-empty-line-before": "never", ` , Ref: DEV-449
34
45### 9.6.2: 2025-08-29
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ echo ""
3232if [ ! -f /usr/local/bin/newtheme ]; then
3333echo " ${TXTRESET}${TXTBOLD} ACTION REQUIRED:${TXTRESET}${WHITE} Link this file to system level and start from there with this oneliner:${TXTRESET} "
3434echo " "
35- echo " ${GREEN} sudo ln -s ${DIR_TO_FILE}${CURRENTFILE} /usr/local/bin/newtheme && sudo chmod +x /usr/local/bin/newtheme && newtheme${TXTRESET} " 1>&2
35+ echo " ${GREEN} sudo ln -s ${SCRIPTS_LOCATION} /newtheme.sh /usr/local/bin/newtheme && sudo chmod +x /usr/local/bin/newtheme && newtheme${TXTRESET} " 1>&2
3636echo " "
3737exit
3838fi
You can’t perform that action at this time.
0 commit comments